SixBit API Schema
VariationDefinitionType Complex Type
Description
Defines the variation value for import. Pass the appropriate attributes if seeking to generate a variation set for the item.
Namespace (none)
Base Type
Extension of VariationValueType Simple Type
Diagram
VariationDefinitionType Complex Type
Overview
VariationDefinitionType Extension of VariationValueType Simple Type
Defines the variation value for import. Pass the appropriate attributes if seeking to generate a variation set for the item.
ebayName optional xs:string
The name of the eBay Item Specific this variation value maps to.
ebayValue optional xs:string
The value of the eBay Item Specific this variation value maps to.
etsyName optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyValue optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyScale optional xs:string
The Etsy Scale this variation value goes by.
amazonName optional xs:string
The name of the Amazon Feature this variation value maps to.
amazonValue optional xs:string
The name of the Amazon Feature this variation value maps to.
shopifyName optional xs:string
The name of the Shopify variation this variation value maps to.
shopifyValue optional xs:string
The name of the Shopify variation this variation value maps to.
Used By
Variation1 Element
Variation2 Element
Variation3 Element
Variation4 Element
Variation5 Element
Attributes
NameTypeUseDefaultFixedDescription
ebayNamexs:stringoptional  The name of the eBay Item Specific this variation value maps to.
ebayValuexs:stringoptional  The value of the eBay Item Specific this variation value maps to.
etsyNamexs:stringoptional  The name of the Etsy Attribute this variation value maps to.
etsyValuexs:stringoptional  The name of the Etsy Attribute this variation value maps to.
etsyScalexs:stringoptional  The Etsy Scale this variation value goes by.
amazonNamexs:stringoptional  The name of the Amazon Feature this variation value maps to.
amazonValuexs:stringoptional  The name of the Amazon Feature this variation value maps to.
shopifyNamexs:stringoptional  The name of the Shopify variation this variation value maps to.
shopifyValuexs:stringoptional  The name of the Shopify variation this variation value maps to.
Source
<xs:complexType name="VariationDefinitionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Defines the variation value for import. Pass the appropriate attributes if seeking to generate a variation set for the item.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="VariationValueType">
      <xs:attribute name="ebayName" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the eBay Item Specific this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="ebayValue" type="xs:string">
        <xs:annotation>
          <xs:documentation>The value of the eBay Item Specific this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="etsyName" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the Etsy Attribute this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="etsyValue" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the Etsy Attribute this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="etsyScale" type="xs:string">
        <xs:annotation>
          <xs:documentation>The Etsy Scale this variation value goes by.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="amazonName" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the Amazon Feature this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="amazonValue" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the Amazon Feature this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="shopifyName" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the Shopify variation this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="shopifyValue" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the Shopify variation this variation value maps to.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.